gtk4.git
2019-09-09 Timm Bädericontheme: Annotate return value of load_icon as nullable
2019-09-09 Timm Bädericontheme: Add error argument to _load_texture
2019-09-09 Timm Bädericontheme: optimize icon_uri_is_symbolic as well
2019-09-09 Timm Bädermain: Check if any debug flags are set in gtk_get_debug...
2019-09-09 Timm Bädericontheme: Save the min_suffix for the min_dir
2019-09-09 Timm Bädericontheme: Remove use_builtin parameter from theme_look...
2019-09-09 Timm Bädericontheme: Remove paramter from get_icon_suffix
2019-09-09 Timm Bädericontheme: Optimize icon_name_is_symbolic
2019-09-09 Timm Bädergtkicontheme: Avoid a get_icon_flags call
2019-09-09 Timm Bädericontheme: Remove outdated comment
2019-09-09 Timm Bäderwidget: Queue an allocate on native widgets when changi...
2019-09-09 Timm Bäderinspect-button: Inline deemphasize_window() into only...
2019-09-09 Timm Bäderinspect-button: Inline some functions into only caller
2019-09-09 Timm Bäderfilechooserwidget: Properly watch for different display
2019-09-09 Timm Bäderglarea: Fix buffer initialization
2019-09-09 Timm Bäderbox: Don't do casts before preconditions
2019-09-09 Timm Bäderinfobar: Inherit from GtkContainer
2019-09-09 Timm Bädertext: Fix a crash when retrieving the selected text
2019-09-09 Timm Bädertextview: Remove useless warning
2019-09-09 Timm Bäderlayoutoverlay: Fix everything
2019-09-09 Timm Bäderscale: Allocate value close to slider
2019-09-09 Timm Bäderscale: Use top/left/bottom/right style classes on value...
2019-09-09 Timm Bädergl renderer: Remove unused matrix
2019-09-09 Timm Bäderfixed: Documentation clarifications
2019-09-09 Timm Bäderfixed: x/y passed to get_child_position are not optional
2019-09-09 Timm Bäderfixedlayout: Don't call the child transform position
2019-09-09 Timm Bäderlinkbutton: Use widget API to set has-toolip
2019-09-09 Timm Bäderlinkbutton: Use proper action name for right-click...
2019-09-09 Timm Bädermenubutton: Control sensitivity of child button
2019-09-09 Timm Bädermagnifier: Remove some unused members
2019-09-09 Timm Bäderdocs: Remove styles.txt
2019-09-09 Timm Bäderdocs: Remove widget_system.txt
2019-09-09 Timm Bäderdocs: Remove widget_geometry.txt
2019-09-09 Timm Bäderwidget: Clear up gtk_widget_class_install_property_acti...
2019-09-09 Timm Bäderwidget: Remove reference to non-existent function
2019-09-09 Timm Bäderwidget: Add some missing annotations to gtk_widget_clas...
2019-09-09 Timm Bäderwindow: Remove useless deprecation guards
2019-09-09 Timm Bädercssprovider: Remove unused member from GtkCssScanner
2019-09-09 Timm Bädercssprovider: Don't lookup on empty css providers
2019-09-09 Timm Bädercssnode: GtkCssAnimatedStyle->style is always a static...
2019-09-09 Timm Bädergtksettings: Remove unused functions & prototypes
2019-09-09 Timm Bädercssnode: Remove unused struct
2019-09-09 Timm Bädercssstyle: Remove unused _add_difference
2019-09-09 Timm Bäderstylecontext: Remove leftover function prototypes
2019-09-09 Timm Bäderstylecontext: Stop exporting _resolve_color
2019-09-09 Timm Bädercsscolorvalue: return the initial color value directly
2019-09-09 Timm Bädercsscolorvalue: Remove unused new_from_rgba()
2019-09-09 Timm Bädercssstaticstyle: Compute initial/inherit values directly
2019-09-09 Timm Bädercssinitialvalue: Make _compute public
2019-09-09 Timm Bädercsslookup: Remove 'relevant' parameter from _init
2019-09-09 Timm Bädercsslookup: Remove 'missing' bitmask
2019-09-09 Timm Bädercssanimatedstyle: Keep transition_info_add from recursing
2019-09-09 Timm Bädercsslookup: Remove tautological if expression
2019-09-09 Timm Bädercssstaticstyle: Avoid ref'ing specified value in comput...
2019-09-09 Timm Bädercssprovider: Fix compilation wth VERIFY_TREE set
2019-09-09 Timm Bädercssmatcher: Inline node values into matcher
2019-09-09 Timm Bädercssanimatedstyle: Make set_animated_value transfer...
2019-09-09 Timm Bädercssimage: Use gtk_internal_return_val_*
2019-09-09 Timm Bädergtkprivate: Only define gtk_internal_return_if* for...
2019-09-09 Timm Bädercssanimatedstyle: Save animation in array
2019-09-09 Timm Bädercssanimatedstyle: Avoid type check in loop
2019-09-09 Timm Bädercssanimatedstyle: Avoid unnecessary transition work
2019-09-09 Timm Bädercssrgbavalue: Add & use new_white()
2019-09-09 Timm Bädercssrgbavalue: Add an opaque white singleton
2019-09-09 Timm Bädercssrgbavalue: Add a singleton for transparent colors
2019-09-09 Timm Bädercssdimensionvalue: Create a few more common singletons
2019-09-09 Timm Bädercssstaticstyle: Make set_value (transfer-full)
2019-09-09 Timm Bädercss: Avoid more type checks in hot paths
2019-09-09 Timm Bädercsspalettevalue: Use simple arrays instead of a hashtable
2019-09-09 Timm Bädercssanimatedstyle: Remove some casts in hot paths
2019-09-09 Timm Bäderbitmask: Add _gtk_allocated_bitmask_to_string
2019-09-09 Timm BäderAdwaita: Hack around list button styling
2019-09-09 Timm Bäderwidget-factory: Add a spinbutton in a list
2019-09-09 Timm Bäderspinbutton: Use a box layout
2019-09-09 Timm Bädermenubutton: Add a create_popup_func
2019-09-09 Timm Bädermenubutton: Remove unused member
2019-09-09 Timm Bäderlabel: Remove "line" from wrap properties
2019-09-09 Timm Bädergsktransform: Fix documentation comment
2019-09-09 Timm Bädersnapshot: Stop exporting _append_node_internal
2019-09-08 Timm BäderMerge branch 'wip/chergert/remove-emit-by-name' into...
2019-09-07 Piotr DrągUpdate POTFILES.skip
2019-09-07 Marek ČernockýUpdated Czech translation
2019-09-06 Emin Tufan... Update Turkish translation
2019-09-05 Christian Hergerttexttag: avoid use of g_signal_emit_by_name()
2019-09-04 Matthias ClasenMerge branch 'wip/chergert/faster-comparison' into...
2019-09-04 Christian Hergerttextlayout: remove use of GtkTextIter in line comparison
2019-09-03 Matthias ClasenMerge branch 'gtk-4-issue2128' into 'master'
2019-09-03 Olivier Fourdanwayland: Fix xdg-output v3 support
2019-09-01 Jordi MasUpdate Catalan translation
2019-08-31 Ryuta FujiiUpdate Japanese translation
2019-08-31 Ryuta FujiiUpdate Japanese translation
2019-08-31 Ryuta FujiiUpdate Japanese translation
2019-08-30 Changwoo RyuUpdate Korean translation
2019-08-29 Timm BäderMerge branch 'typo' into 'master'
2019-08-29 Alexandre FrankeUpdate French translation
2019-08-29 Alexandre Frankepopover: fix typo in schema string
2019-08-29 Ask Hjorth... Updated Danish translation of gtk-properties
2019-08-29 Ask Hjorth... Updated Danish translation of gtk
2019-08-28 Jordi MasUpdate Catalan translation
2019-08-26 Benjamin OtteMerge branch 'wip/ricotz/issue2107' into 'master'
next